SIGINT

From Cppreference

Jump to: navigation, search
Defined in header <csignal>

#define SIGINT /*implementation defined*/​

The SIGINT macro expands into an integral expression, defining a signal number. This signal represents external interrupt, usually initiated by the user.

See also

signal
sets a signal handler for particular signal
(function)
raise
runs the signal handler for particular signal
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages